Learn R Programming

dprop (version 0.1.0)

Rayleigh distribution: Compute the distributional properties of the Rayleigh distribution

Description

Compute the first four ordinary moments, central moments, mean, and variance, Pearson's coefficient of skewness and kurtosis, coefficient of variation, median and quartile deviation based on the selected parametric values of the Rayleigh distribution.

Usage

d_rayl(alpha)

Value

d_rayl gives the first four ordinary moments, central moments, mean, and variance, Pearson's coefficient of skewness and kurtosis, coefficient of variation, median and quartile deviation based on the selected parametric values of the Rayleigh distribution.

Arguments

alpha

The strictly positive parameter of the Rayleigh distribution (\(\alpha > 0\)).

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The following is the probability density function of the Rayleigh distribution: $$ f(x)=\frac{x}{\alpha^{2}}e^{-\frac{x^{2}}{2\alpha^{2}}}, $$ where \(x > 0\), \(\alpha > 0\).

References

Forbes, C., Evans, M. Hastings, N., & Peacock, B. (2011). Statistical Distributions. John Wiley & Sons.

See Also

d_wei

Examples

Run this code
d_rayl(2)

Run the code above in your browser using DataLab